From 500bd6087356494a64906f2e3164653b2580f35c Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 10 Dec 2014 09:36:53 +0100 Subject: [PATCH] Adjust gtk_status_icon_position_menu() annotation to match GtkMenuPositionFunc again https://bugzilla.gnome.org/show_bug.cgi?id=674537 https://bugzilla.gnome.org/show_bug.cgi?id=742940 --- gtk/deprecated/gtkstatusicon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/deprecated/gtkstatusicon.c b/gtk/deprecated/gtkstatusicon.c index 2850679d2f..c3c1b16980 100644 --- a/gtk/deprecated/gtkstatusicon.c +++ b/gtk/deprecated/gtkstatusicon.c @@ -2179,8 +2179,8 @@ gtk_status_icon_is_embedded (GtkStatusIcon *status_icon) /** * gtk_status_icon_position_menu: * @menu: the #GtkMenu - * @x: (out): return location for the x position - * @y: (out): return location for the y position + * @x: (inout): return location for the x position + * @y: (inout): return location for the y position * @push_in: (out): whether the first menu item should be offset * (pushed in) to be aligned with the menu popup position * (only useful for GtkOptionMenu). -- 2.30.2